home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / textyl / psrc / texpaths.h < prev    next >
Text File  |  1993-11-07  |  1KB  |  33 lines

  1. /*
  2.  * This file defines the default paths that will be used for TeX software.
  3.  * (These paths are used if the user's environment doesn't specify paths.)
  4.  *
  5.  * Paths should be colon-separated and no longer than MAXINPATHCHARS-1
  6.  * (for defaultinputpath) or MAXOTHPATHCHARS (for other default paths).
  7.  */
  8.  
  9. #define MAXINPATHCHARS  700    /* maximum number of chars in an input path */
  10.  
  11. #define defaultinputpath  ".:/usr/lib/tex/macros"
  12.     /* this should always start with "." */
  13.  
  14. #define MAXOTHPATHCHARS 100     /* other paths should be much shorter */
  15.  
  16. #define defaultfontpath   "/usr/lib/tex/fonts"
  17.     /* it is probably best not to include "." here to prevent confusion
  18.        by spooled device drivers that think they know where the fonts
  19.        really are */
  20. #define defaultformatpath ".:/usr/lib/tex/ctex/macros"
  21. #define defaultpoolpath   ".:/usr/lib/tex"
  22.  
  23. /*---------------------------------------------------------
  24.  The following is for TeXtyl: the default directory where 
  25.     the .tfm files for the vector fonts can be found.
  26.     it needs the trailing slash , and must be *single*
  27.     quoted since Pascal delimits strings that way.
  28. */
  29.  
  30. #define TYLPATH    '/usr/lib/tex/fonts/'
  31.       /*    The length of the above TYLPATH string */
  32. #define TYLPATHLEN 19
  33.